home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
ac.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
1KB
|
41 lines
<search function="ac">
<name>Area Code Info</name>
<description>
Search for information on a North American telephone area code.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>ac 741</td></tr>
</table>
</description>
<category>People and Places</category>
<link>http://www.getzips.com/</link>
<contributor>Stephen Montgomery</contributor>
<email>stephenmontgomery_at_ameritech_dot_net</email>
<form name="acf"
method="get"
action="http://www.getzips.com/CGI-BIN/ziplook.exe">
<input type="hidden" name="What" value="4"/>
<input type="hidden" name="Area"/>
</form>
<script><![CDATA[
function ac(q)
{
if( nullArgs("ac", q) )
return false;
else
{
if (result = q.match(/^(\d{3})\s*(.*)/))
document.acf.Area.value=result[1];
submitForm(acf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>